//==============================================================================
// Meteor Splash_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define splash
{
		set hotspot
		{
			version
			{
			Visualparticle sfx x krios smoke
			}
		}
}

//==============================================================================
define shockwave
{
	set hotspot
	{
		version
		{
		Visualparticle sfx x krios smoke
		}
	}
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}


//==============================================================================
define temple1
{
	set hotspot
	{
		version
		{
		 	Visual TempleSpecial
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector none 
	{
		ConstructionLogic 0 33 66
					set hotspot
					{
						version
						{
							Visual TempleSpecial
						}
					}
					set hotspot
            				{
               					version
               					{
                 				 	Visual Building Construction Medium A
		            				connect attachpoint N_Long_Brick hotspot
		           			 	connect face N_Long_Brick hotspot
		            				connect chin N_Medium_Brick hotspot
		            				connect leftfoot N_Medium_Brick hotspot
		            				connect lefthand N_Small_Brick hotspot
		           			 	connect leftleg N_Small_Brick hotspot
               					}
            				}
           			 set hotspot
           			 {
               				version
               				{
                  				Visual Building Construction Medium B
		            			connect attachpoint N_Long_Brick hotspot
		            			connect face N_Long_Brick hotspot
		            			connect chin N_Medium_Brick hotspot
		           			connect leftfoot N_Medium_Brick hotspot
		            			connect lefthand N_Small_Brick hotspot
		            			connect leftleg N_Small_Brick hotspot
              				}
           			 }
            			set hotspot
           			{
               				version
               				{
                  				Visual Building Construction Medium B
		            			connect attachpoint N_Long_Brick hotspot
		            			connect face N_Long_Brick hotspot
		            			connect chin N_Medium_Brick hotspot
		           			connect leftfoot N_Medium_Brick hotspot
		            			connect lefthand N_Small_Brick hotspot
		            			connect leftleg N_Small_Brick hotspot
         				}
     				 }
	}
}



//==============================================================================
anim Death
{

				SetSelector
				{
					ConstructionLogic 0 33 66
					set hotspot
					{
						version
						{
							Visual GenericDestruction
               						connect FOREHEAD temple1 hotspot
							connect Smoke1 Dust hotspot
							connect Smoke2 Dust hotspot
							connect Smoke3 Dust hotspot
						}
					}
					set hotspot
            				{
               					version
               					{
                 				 Visual Building Construction Medium A
		            			connect attachpoint N_Long_Brick hotspot
		           			 connect face N_Long_Brick hotspot
		            			connect chin N_Medium_Brick hotspot
		            			connect leftfoot N_Medium_Brick hotspot
		            			connect lefthand N_Small_Brick hotspot
		           			 connect leftleg N_Small_Brick hotspot
               					}
            				}
           			 set hotspot
           			 {
               				version
               				{
                  			Visual Building Construction Medium B
		            		connect attachpoint N_Long_Brick hotspot
		            		connect face N_Long_Brick hotspot
		            		connect chin N_Medium_Brick hotspot
		           		connect leftfoot N_Medium_Brick hotspot
		            		connect lefthand N_Small_Brick hotspot
		            		connect leftleg N_Small_Brick hotspot
              				}
           			 }
            			set hotspot
           			{
               				version
               				{
                  				Visual Building Construction Medium B
		            			connect attachpoint N_Long_Brick hotspot
		            			connect face N_Long_Brick hotspot
		            			connect chin N_Medium_Brick hotspot
		            			connect leftfoot N_Medium_Brick hotspot
		            			connect lefthand N_Small_Brick hotspot
		            			connect leftleg N_Small_Brick hotspot
         				}
     				  
				}
			}
}




